From: Ken Brown Date: Sun, 21 Nov 2010 15:46:23 +0000 (-0500) Subject: * src/sheap.c (STATIC_HEAP_SIZE): Revert previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5581 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=03cc63ef05d0a644160f7bc6b27c9a10cc045a21;p=emacs.git * src/sheap.c (STATIC_HEAP_SIZE): Revert previous change. --- diff --git a/src/ChangeLog b/src/ChangeLog index f5502cfc50b..90d37d3c8d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-11-21 Ken Brown + + * sheap.c (STATIC_HEAP_SIZE): Revert previous change. + 2010-11-21 Jan Djärv * nsterm.m (ns_right_command_modifier, ns_right_control_modifier): diff --git a/src/sheap.c b/src/sheap.c index e972462d423..8d034ff65aa 100644 --- a/src/sheap.c +++ b/src/sheap.c @@ -25,7 +25,7 @@ along with GNU Emacs. If not, see . */ #include -#define STATIC_HEAP_SIZE (13 * 1024 * 1024) +#define STATIC_HEAP_SIZE (12 * 1024 * 1024) int debug_sheap = 0;